projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
059421c
)
configure.ac: Fix typo in check for GI >= 1.33.5
author
Jon Nordby
<jononor@gmail.com>
Mon, 30 Jul 2012 14:34:18 +0000
(16:34 +0200)
committer
Jon Nordby
<jononor@gmail.com>
Tue, 31 Jul 2012 16:42:45 +0000
(18:42 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 12cc388a620daab83c6626fb895d2063d1138e06..f53eb37f34dc5451702beef23851fc4bd8e5f4ef 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-65,7
+65,7
@@
AC_SUBST(BABL_RELEASE)
GOBJECT_INTROSPECTION_CHECK([0.10])
# Check whether g-ir-scanner respects "rename to" annotation
-PKG_CHECK_MODULES([GI_1_33_5], [gobject-introspection-1.0 >=1.33.5],
+PKG_CHECK_MODULES([GI_1_33_5], [gobject-introspection-1.0 >=
1.33.5],
[have_gi_rename_to=true],
[have_gi_rename_to=false]
)